home *** CD-ROM | disk | FTP | other *** search
- Path: news.intellinet.com!usenet
- From: RobertC@ProDentec.com (Robert Christian)
- Newsgroups: comp.os.ms-windows.programmer.tools.mfc,comp.lang.c++
- Subject: Re: Q: Dockable windows with tabs in MFC?
- Date: Wed, 10 Jan 1996 13:37:53 GMT
- Organization: IntelliNet-ISP, LLC. 1-800-290-7677
- Message-ID: <4d0f92$5v3@zeus.intellinet.com>
- References: <4crfes$2qu@nms.telepost.no> <30F25A5E.31EC@us.oracle.com>
- NNTP-Posting-Host: 204.214.231.9
- X-Newsreader: Forte Free Agent 1.0.82
-
- Norman Scroggins <nscroggi@us.oracle.com> wrote:
-
- >Stian Barkbu wrote:
- >>
- >> I am trying to create a dockable property sheet (tabbed
- >> dialog), much like the project workspace in MSVC++ 4.0. Is
- >> this possible at all?
- >>
- >> I have managed to create a tabbed dialog box using the
- >> CPropertySheet and CPropertyPage classes (or a TabCtrl), and I
- >> can get a dockable window using CDialogBar. But, a dockable
- >> window with a tab control seems impossible ( or, at least none
- >> of my efforts have been successful so far).
- >> Can anyone help me with this one?
- >>
- >> Thanks.
- >>
- >> Stian
- >> snba@sesam.dnv.no
-
- >I myself have been trying to get some help doing this--with
- >the added twist of having the tabs oriented on the bottom
- >instead of the top. Let's keep each other updated on a
- >solution. Thanks.
-
- >--Norm
-
- I'm not certain, but it appears to me that Microsoft is actually
- performing somewhat of a trick. I don't think they are using property
- pages, but rather a tab control placed under a tree control. When you
- select a tab, they hide one tree control and display another...maybe.
-
- Robert Christian
-
-